projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99153b9
)
(run-at-time): Doc fix.
author
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:20:35 +0000
(
05:20
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:20:35 +0000
(
05:20
+0000)
lisp/timer.el
patch
|
blob
|
history
diff --git
a/lisp/timer.el
b/lisp/timer.el
index 1761ecc8759f8f4b7b4c754983c27d8a6153f3f9..b3f1283d56b42d6fa3ec3e74c2f18624d0e9bba3 100644
(file)
--- a/
lisp/timer.el
+++ b/
lisp/timer.el
@@
-245,7
+245,7
@@
fire repeatedly that many seconds apart."
\f
;;;###autoload
(defun run-at-time (time repeat function &rest args)
- "Perform an action a
fter a delay of SECS seconds
.
+ "Perform an action a
t time TIME
.
Repeat the action every REPEAT seconds, if REPEAT is non-nil.
TIME should be a string like \"11:23pm\", nil meaning now, a number of seconds
from now, or a value from `encode-time'.